SwapHelper.Swap<T> Method
Assembly: Topten.RichTextKit.dll
Namespace: Topten.RichTextKit
Declaring Type: SwapHelper
Swaps two values
public static void Swap<T>(ref T a, ref T b);
Type Parameters
| T | The value type |
Parameters
| ref T a | The first value |
| ref T b | The second value |
